home *** CD-ROM | disk | FTP | other *** search
- [BALLOON]^C^C(Setq A +
- (Getreal "Enter text height: "));\+
- (Setq P1 (Getpoint "Enter arrow point: "));\+
- (Setq P2 (Getpoint +
- "Enter balloon center point: "));\+
- (If (<= (Car P2) (Car P1))+
- (Setq B (* -1 A)) (Setq B (* 1 A)));+
- (Setq P3 (List (+ (Car P2) B) (Cadr P2)));+
- Dim;Lea;!P1;!P2;!P3;^C^C+
- (Setq P1 (List (+ (Car P3) B) (Cadr P3)));+
- Insert;Ball;!P1;!A;;;